@charset "utf-8";
/* 代码整理：懒人之家 lanrenzhijia.com */
#outer {
	width:570px;
	margin:10px auto;
}
#tab {
	overflow:hidden;
	zoom:1;
	background:#000;
}
#tab li {
	float:left;
	color:#006534;
	height:35px;
	cursor:pointer;
	line-height:35px;
	list-style-type:none;
	padding:0 32px;
	background:#e0ecf8;
	font-size:14px;
}

#tab span { color: #848484; display: inline; float: right; font-size:14px; line-height:25px; margin-right: 10px;}


#tab li.current {
	color:#fff;
	background:#006534;
}
#content {
	border-top-width:0;
}
#content ul {
	line-height:25px;
	display:none;
	margin:0 10px;
	padding:10px 0;
}
#content span {
	float:right;
}

#content ul li{
height:32px; overflow: hidden; line-height:30px; font-size:14px;}
